home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / vmminfor.lha / VMMInformer1_1 / readme.convert < prev    next >
Text File  |  1995-08-18  |  2KB  |  59 lines

  1. WHY NOT AN AUTOMATIC CONVERSION TOOL ???
  2. BECAUSE I'M TO LAZY TO WRITE ONE !!!
  3.  
  4. Here are the steps to convert the old preferences file format into the
  5. new preferences file format:
  6.  
  7. 1.) Rename "BEGIN TASK/WINDOW" to "BEGIN TASK/WINDOW/DEFAULT"
  8. 2.) Rename "REVISION = 0" to "REVISION = 1"
  9. 3.) Move all global variables like SECONDS, MICROS, AUTOSCALE,  SHIFT,
  10.     COLOR, EXCEED_COLOR, ... into the first  declaration  part between
  11.     "BEGIN TASK/WINDOW/DEFAULT" and END
  12.     Don't move "TITLE" and "ZOOMTITLE".
  13. 4.) "BEGIN VARIABLES" stay unchanged
  14.  
  15. "BEGIN  STRINGS"  and "BEGIN GRAPHIC" are now mixed in one declaration
  16. block:
  17.  
  18. 5.) Rename "BEGIN STRINGS" to "BEGIN VARIABLES"
  19. 6.) Copy all  graphical definitions like "GRAPHIC = ..." into the  new
  20.     declaration block ("BEGIN VARIABLES").
  21. 7.) If you  have defined a seperate height, color, or autoscale option
  22.     for  a  particular  graphic  add  these  values after the variable
  23.     seperated by a comma.
  24.  
  25. Example:
  26. Old graphic definition:
  27.   GRAPHIC = Pagefaults_per_update
  28.   GRAPHIC_HEIGHT = 30
  29.   GRAPHIC_COLOR = 2
  30.   GRAPHIC_AUTOSCALE = FALSE
  31.  
  32. NEW graphic definition:
  33.   GRAPHIC = Pagefaults_per_update, 30, 2, FALSE
  34.  
  35. You  can  use  the default height, color or autoscale option by simply
  36. leaving out the values.
  37. Example:
  38.   GRAPHIC = Pagefaults_per_update,,, FALSE
  39.  
  40. This  uses  the  default  grapical height and the default pen no.  for
  41. this graphic, but changes the autoscale option to FALSE.
  42. Don't forget the commas between the options!
  43.  
  44. In version 1.1 there are two new options, see the guide file (History,
  45. Preferences file - syntax) for more details on that.
  46.  
  47.  
  48. 8.) Delete the "BEGIN GRAPHIC" declaration
  49.  
  50. 9.) Start VMMInformer V1.1
  51.  
  52.  
  53. If you have problems or questions about that feel free to mail them to
  54. me (email and snail address in the guide file).
  55.  
  56.  
  57. Good luck and have fun,
  58.                         Torsten.
  59.